Skip to content

Commit

Permalink
added short-names to the web page
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianaisemberg committed Mar 15, 2012
1 parent 7dc06f1 commit 56ea0f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CLAP/Properties/AssemblyInfo.cs
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.0.0")]
[assembly: AssemblyFileVersion("3.7.0.0")]
[assembly: AssemblyVersion("3.8.0.0")]
[assembly: AssemblyFileVersion("3.8.0.0")]
2 changes: 1 addition & 1 deletion CLAP/Publish/pack.cmd
@@ -1,6 +1,6 @@
@echo off
set PACKPATH=%~dp0_nuget_pack
rd /q /s %PACKPATH%
if exist %PACKPATH% rd /q /s %PACKPATH%

set TEMP_LIB=%PACKPATH%\_lib\net20
set LIB=%PACKPATH%\lib\net20
Expand Down

0 comments on commit 56ea0f8

Please sign in to comment.