File tree 11 files changed +19
-15
lines changed
Plugin.Badge.Droid/Properties
Plugin.Badge.Mac/Properties
Plugin.Badge.Sample.Droid.Legacy/Properties
Plugin.Badge.UWP/Properties
Plugin.Badge.WPF/Properties
Plugin.Badge.iOS/Properties
Plugin.Badge.Sample.Droid/Properties
Plugin.Badge.Sample.UWP/Properties
Plugin.Badge.Sample.WPF/Properties
Plugin.Badge.Sample.iOS/Properties
11 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
20
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
20
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
21
21
22
22
// The following attributes are used to specify the signing key for the assembly,
23
23
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
20
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
20
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
21
21
22
22
// The following attributes are used to specify the signing key for the assembly,
23
23
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 27
27
//
28
28
// You can specify all the values or you can default the Build and Revision Numbers
29
29
// by using the '*' as shown below:
30
- // [assembly: AssemblyVersion("2.3.0 ")]
31
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
30
+ // [assembly: AssemblyVersion("2.3.1 ")]
31
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
32
32
[ assembly: AssemblyFileVersion ( "2.2.0" ) ]
33
33
34
34
//register renderer
Original file line number Diff line number Diff line change 23
23
//
24
24
// You can specify all the values or you can default the Build and Revision Numbers
25
25
// by using the '*' as shown below:
26
- // [assembly: AssemblyVersion("2.3.0 ")]
27
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
26
+ // [assembly: AssemblyVersion("2.3.1 ")]
27
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
28
28
[ assembly: AssemblyFileVersion ( "2.2.0" ) ]
29
29
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 50
50
//
51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("2.3.0 ")]
54
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
53
+ // [assembly: AssemblyVersion("2.3.1 ")]
54
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
55
55
[ assembly: AssemblyFileVersion ( "2.2.0" ) ]
Original file line number Diff line number Diff line change 17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
20
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
20
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
21
21
22
22
// The following attributes are used to specify the signing key for the assembly,
23
23
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 18
18
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
19
19
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
20
20
21
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
21
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
22
22
23
23
// The following attributes are used to specify the signing key for the assembly,
24
24
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 26
26
//
27
27
// You can specify all the values or you can default the Build and Revision Numbers
28
28
// by using the '*' as shown below:
29
- // [assembly: AssemblyVersion("2.3.0 ")]
30
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
29
+ // [assembly: AssemblyVersion("2.3.1 ")]
30
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
31
31
[ assembly: AssemblyFileVersion ( "2.2.0" ) ]
32
32
[ assembly: ComVisible ( false ) ]
33
33
Original file line number Diff line number Diff line change 53
53
//
54
54
// You can specify all the values or you can default the Build and Revision Numbers
55
55
// by using the '*' as shown below:
56
- // [assembly: AssemblyVersion("2.3.0 ")]
57
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
56
+ // [assembly: AssemblyVersion("2.3.1 ")]
57
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
58
58
[ assembly: AssemblyFileVersion ( "2.2.0" ) ]
59
59
60
60
//register renderer
Original file line number Diff line number Diff line change 31
31
// Build Number
32
32
// Revision
33
33
//
34
- [ assembly: AssemblyVersion ( "2.3.0 " ) ]
34
+ [ assembly: AssemblyVersion ( "2.3.1 " ) ]
35
35
[ assembly: AssemblyFileVersion ( "2.2.0" ) ]
36
36
37
37
//register renderer
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## [ 2.3.1]
3
+ - #98: Update Plugin.Badge.UWP.xr.xml location in nuspec
4
+ ## [ 2.3.0]
5
+ - #87: Updated to XF 4.5 and AndroidX. Target Android 10
2
6
### [ 2.3.0-pre.1/pre.2]
3
7
- #87: Updated to XF 4.5 and AndroidX. Target Android 10
4
8
## [ 2.2.1]
You can’t perform that action at this time.
0 commit comments