This repository was archived by the owner on Jun 18, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Src/Our.Umbraco.NestedContent/Properties Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 ****************************************
2121 -->
2222 <PropertyGroup >
23- <PackageVersion >0.1</PackageVersion >
23+ <PackageVersion >0.1.1 </PackageVersion >
2424 <ProjectName >Our.Umbraco.NestedContent</ProjectName >
2525 <BuildConfig >Debug</BuildConfig >
2626 </PropertyGroup >
5252 Encoding =" ASCII"
5353 Files =" $(ProjectDir)\Properties\AssemblyInfo.cs"
5454 Regex =" AssemblyVersion\(" .*" \)\]"
55- ReplacementText =" AssemblyVersion(" $(PackageVersion).0.0 " )]" />
55+ ReplacementText =" AssemblyVersion(" $(PackageVersion)" )]" />
5656 <FileUpdate
5757 Encoding =" ASCII"
5858 Files =" $(ProjectDir)\Properties\AssemblyInfo.cs"
5959 Regex =" AssemblyFileVersion\(" .*" \)\]"
60- ReplacementText =" AssemblyFileVersion(" $(PackageVersion).0.0 " )]" />
60+ ReplacementText =" AssemblyFileVersion(" $(PackageVersion)" )]" />
6161 </Target >
6262
6363 <!-- COMPILE -->
Original file line number Diff line number Diff line change 3131//
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
34- // [assembly: AssemblyVersion("0.1.0.0 ")]
35- [ assembly: AssemblyVersion ( "0.1.0.0 " ) ]
36- [ assembly: AssemblyFileVersion ( "0.1.0.0 " ) ]
34+ // [assembly: AssemblyVersion("0.1.1 ")]
35+ [ assembly: AssemblyVersion ( "0.1.1 " ) ]
36+ [ assembly: AssemblyFileVersion ( "0.1.1 " ) ]
You can’t perform that action at this time.
0 commit comments