diff --git a/.gitignore b/.gitignore index 8d7c0ce..18e44b6 100644 --- a/.gitignore +++ b/.gitignore @@ -155,6 +155,7 @@ publish/ PublishScripts/ # NuGet Packages +*.nupkg # The packages folder can be ignored because of Package Restore **/packages/* # except build/, which is used as an MSBuild target. diff --git a/Build/Test/YaraSharp.dll b/Build/Test/YaraSharp.dll index 9640753..90cd1a8 100644 Binary files a/Build/Test/YaraSharp.dll and b/Build/Test/YaraSharp.dll differ diff --git a/Build/Test/YaraTest.exe b/Build/Test/YaraTest.exe index 5ee3650..e3f62a0 100644 Binary files a/Build/Test/YaraTest.exe and b/Build/Test/YaraTest.exe differ diff --git a/YaraSharp/AssemblyInfo.cpp b/YaraSharp/AssemblyInfo.cpp index a61885e..837817c 100644 --- a/YaraSharp/AssemblyInfo.cpp +++ b/YaraSharp/AssemblyInfo.cpp @@ -31,8 +31,8 @@ using namespace System::Security::Permissions; // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly:AssemblyVersion("1.1.3")]; -[assembly:AssemblyFileVersion("1.1.3")]; +[assembly:AssemblyVersion("1.2.2")]; +[assembly:AssemblyFileVersion("1.2.2")]; [assembly:ComVisible(false)]; diff --git a/YaraSharp/YaraSharp.vcxproj b/YaraSharp/YaraSharp.vcxproj index 33cd758..8aaef56 100644 --- a/YaraSharp/YaraSharp.vcxproj +++ b/YaraSharp/YaraSharp.vcxproj @@ -180,9 +180,6 @@ - - - diff --git a/YaraSharp/YaraSharp.vcxproj.filters b/YaraSharp/YaraSharp.vcxproj.filters index 9864286..bd7a499 100644 --- a/YaraSharp/YaraSharp.vcxproj.filters +++ b/YaraSharp/YaraSharp.vcxproj.filters @@ -68,7 +68,4 @@ Source Files - - - \ No newline at end of file diff --git a/nuget/YaraSharp.1.2.1.nupkg b/nuget/YaraSharp.1.2.1.nupkg deleted file mode 100644 index a6d9a4e..0000000 Binary files a/nuget/YaraSharp.1.2.1.nupkg and /dev/null differ diff --git a/nuget/YaraSharp.nuspec b/nuget/YaraSharp.nuspec index 8f02c99..ef8bf60 100644 --- a/nuget/YaraSharp.nuspec +++ b/nuget/YaraSharp.nuspec @@ -2,7 +2,7 @@ YaraSharp - 1.2.1 + 1.2.2 YaraSharp stellarbears stellarbears