From 7904f6bfe4214599a0f3308407bdc0276e50fb68 Mon Sep 17 00:00:00 2001 From: Martin Tamme Date: Wed, 12 Dec 2012 23:15:01 +0100 Subject: [PATCH] Minor changes. --- NuGet/NProxy.Core.nuspec | 6 +++--- Source/Main/NProxy.Core/Properties/AssemblyInfo.cs | 4 ++-- Source/Test/NProxy.Core.Test/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet/NProxy.Core.nuspec b/NuGet/NProxy.Core.nuspec index 116cd57..c1098dc 100644 --- a/NuGet/NProxy.Core.nuspec +++ b/NuGet/NProxy.Core.nuspec @@ -2,7 +2,7 @@ NProxy.Core - 1.0.0.0 + 1.0.0 Martin Tamme Martin Tamme https://github.com/mtamme/NProxy/ @@ -13,7 +13,7 @@ dynamic proxy dynamicproxy facade bridge interceptor interception decorator adapter aspect oriented programming AOP mixin compact leightweight library - - + + diff --git a/Source/Main/NProxy.Core/Properties/AssemblyInfo.cs b/Source/Main/NProxy.Core/Properties/AssemblyInfo.cs index 806d7db..cfe8a50 100644 --- a/Source/Main/NProxy.Core/Properties/AssemblyInfo.cs +++ b/Source/Main/NProxy.Core/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Source/Test/NProxy.Core.Test/Properties/AssemblyInfo.cs b/Source/Test/NProxy.Core.Test/Properties/AssemblyInfo.cs index 916c151..e256a54 100644 --- a/Source/Test/NProxy.Core.Test/Properties/AssemblyInfo.cs +++ b/Source/Test/NProxy.Core.Test/Properties/AssemblyInfo.cs @@ -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")]