Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Tamme committed Dec 12, 2012
1 parent b416ff9 commit 7904f6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions NuGet/NProxy.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>NProxy.Core</id>
<version>1.0.0.0</version>
<version>1.0.0</version>
<authors>Martin Tamme</authors>
<owners>Martin Tamme</owners>
<licenseUrl>https://github.com/mtamme/NProxy/</licenseUrl>
Expand All @@ -13,7 +13,7 @@
<tags>dynamic proxy dynamicproxy facade bridge interceptor interception decorator adapter aspect oriented programming AOP mixin compact leightweight library</tags>
</metadata>
<files>
<file src="..\Source\Main\NProxy.Core\bin\Release\NProxy.Core.dll" target="lib"/>
<file src="..\Source\Main\NProxy.Core\bin\Release\NProxy.Core.xml" target="lib"/>
<file src="..\Source\Main\NProxy.Core\bin\Release\NProxy.Core.dll" target="Lib"/>
<file src="..\Source\Main\NProxy.Core\bin\Release\NProxy.Core.xml" target="Lib"/>
</files>
</package>
4 changes: 2 additions & 2 deletions Source/Main/NProxy.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0")]

[assembly: InternalsVisibleTo("NProxy.Core.Test")]
[assembly: InternalsVisibleTo("NProxy.Dynamic")]
4 changes: 2 additions & 2 deletions Source/Test/NProxy.Core.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// 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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("0.0")]
[assembly: AssemblyFileVersion("0.0")]

[assembly: InternalsVisibleTo("NProxy.Dynamic")]

0 comments on commit 7904f6b

Please sign in to comment.