File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 139139 </BootstrapperPackage >
140140 </ItemGroup >
141141 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142+ <PropertyGroup >
143+ <PostBuildEvent >if $(ConfigurationName) == Release (
144+ "$(ProjectDir)7zip\7za.exe" a "$(TargetDir)Release.zip" "$(TargetDir)BouncyCastle.Crypto.dll" "$(TargetDir)ICSharpCode.SharpZipLib.dll" "$(TargetPath)"
145+ )</PostBuildEvent >
146+ </PropertyGroup >
142147</Project >
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.2.0.0 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.2.0.0 " ) ]
35+ [ assembly: AssemblyVersion ( "1.2.0.1 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.2.0.1 " ) ]
You can’t perform that action at this time.
0 commit comments