File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222// The following GUID is for the ID of the typelib if this project is exposed to COM
2323[ assembly: Guid ( "345c5437-4990-45dc-be34-6e37aa05d8d2" ) ]
24-
25- // Version information for an assembly consists of the following four values:
26- //
27- // Major Version
28- // Minor Version
29- // Build Number
30- // Revision
31- //
32- // You can specify all the values or you can default the Build and Revision Numbers
33- // by using the '*' as shown below:
34- // [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 2121
2222// The following GUID is for the ID of the typelib if this project is exposed to COM
2323[ assembly: Guid ( "f382fbf8-146d-4968-a199-90d37f9ef9a7" ) ]
24-
25- // Version information for an assembly consists of the following four values:
26- //
27- // Major Version
28- // Minor Version
29- // Build Number
30- // Revision
31- //
32- // You can specify all the values or you can default the Build and Revision Numbers
33- // by using the '*' as shown below:
34- // [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 2121
2222// The following GUID is for the ID of the typelib if this project is exposed to COM
2323[ assembly: Guid ( "f382fbf8-146d-4968-a199-90d37f9ef9a7" ) ]
24-
25- // Version information for an assembly consists of the following four values:
26- //
27- // Major Version
28- // Minor Version
29- // Build Number
30- // Revision
31- //
32- // You can specify all the values or you can default the Build and Revision Numbers
33- // by using the '*' as shown below:
34- // [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 2121
2222// The following GUID is for the ID of the typelib if this project is exposed to COM
2323[ assembly: Guid ( "84e0ce5d-4af2-414f-a940-22b3f93fc727" ) ]
24-
25- // Version information for an assembly consists of the following four values:
26- //
27- // Major Version
28- // Minor Version
29- // Build Number
30- // Revision
31- //
32- // You can specify all the values or you can default the Build and Revision Numbers
33- // by using the '*' as shown below:
34- // [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 2121
2222// The following GUID is for the ID of the typelib if this project is exposed to COM
2323[ assembly: Guid ( "f382fbf8-146d-4968-a199-90d37f9ef9a7" ) ]
24-
25- // Version information for an assembly consists of the following four values:
26- //
27- // Major Version
28- // Minor Version
29- // Build Number
30- // Revision
31- //
32- // You can specify all the values or you can default the Build and Revision Numbers
33- // by using the '*' as shown below:
34- // [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 1717 <VersionStartYear >2016</VersionStartYear >
1818 <VersionMajor >1</VersionMajor >
1919 <VersionMinor >0</VersionMinor >
20- <VersionRelease >1 </VersionRelease >
20+ <VersionRelease >0 </VersionRelease >
2121 <VersionRelease Condition =" '$(BuildQuality)' != 'rtm'" >$(VersionRelease)-$(BuildQuality)</VersionRelease >
2222 </PropertyGroup >
2323
2424 <PropertyGroup Label =" NuGet package dependencies" >
25- <MicrosoftConfigurationBuildersNuGetPackageVersion >$(VersionMajor).$(VersionMinor).$(VersionRelease)</MicrosoftConfigurationBuildersNuGetPackageVersion >
25+ <NuGetPackageVersion >$(VersionMajor).$(VersionMinor).1</NuGetPackageVersion >
26+ <MicrosoftConfigurationBuildersNuGetPackageVersion >$(VersionMajor).$(VersionMinor).1</MicrosoftConfigurationBuildersNuGetPackageVersion >
2627 </PropertyGroup >
2728
2829 <!-- Default properties -->
You can’t perform that action at this time.
0 commit comments