Skip to content

Commit bd61d56

Browse files
committed
Bump NuGet version to 1.0.2.
1 parent f958fed commit bd61d56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NuGet/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To include XamGuard into your Xamarin.Android application build process, you nee
33
Like so:
44

55
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
6-
<Import Project="..\packages\XamGuard.1.0.1\Proguard.targets" Condition="'$(Configuration)' != 'Debug'" />
6+
<Import Project="..\packages\XamGuard.1.0.2\Proguard.targets" Condition="'$(Configuration)' != 'Debug'" />
77

88
Make sure to double check that the new line is below the other Import and that the path to your NuGet packages folder is correct.
99

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After getting the binaries, the first thing you need to do is to add a line to y
2020

2121
```xml
2222
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
23-
<Import Project="..\packages\XamGuard.1.0.1\Proguard.targets" Condition="'$(Configuration)' != 'Debug'" />
23+
<Import Project="..\packages\XamGuard.1.0.2\Proguard.targets" Condition="'$(Configuration)' != 'Debug'" />
2424
```
2525

2626
You should double check that the path to Proguard.targets file is correct. The next step is to configure Proguard.

XamGuard.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>XamGuard</id>
55
<title>XamGuard - Proguard for Xamarin.Android</title>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
<authors>Mart Roosmaa</authors>
88
<owners>Mart Roosmaa</owners>
99
<licenseUrl>https://github.com/roosmaa/XamGuard/blob/master/LICENSE</licenseUrl>

0 commit comments

Comments
 (0)