This commit is contained in:
stellarbears
2018-08-27 10:19:55 +03:00
parent 2a0cd7ffbb
commit 6e59582dfd
8 changed files with 4 additions and 9 deletions
+1
View File
@@ -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.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -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)];
-3
View File
@@ -180,9 +180,6 @@
</ClCompile>
<ClCompile Include="YaraSharp.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="dll.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-3
View File
@@ -68,7 +68,4 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="dll.rc" />
</ItemGroup>
</Project>
Binary file not shown.
+1 -1
View File
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>YaraSharp</id>
<version>1.2.1</version>
<version>1.2.2</version>
<title>YaraSharp</title>
<authors>stellarbears</authors>
<owners>stellarbears</owners>