File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 22
22
// You can specify all the values or you can default the Build and Revision Numbers
23
23
// by using the '*' as shown below:
24
24
// [assembly: AssemblyVersion("1.0.*")]
25
- [ assembly: AssemblyVersion ( SharedAssembylInfo . Version + ".0" ) ]
25
+ [ assembly: AssemblyVersion ( SharedAssemblyInfo . Version + ".0" ) ]
26
26
27
27
#if ! PocketPC
28
28
#if SIGNED
29
29
[ assembly: AssemblyInformationalVersion ( SharedAssembylInfo . FileVersion ) ]
30
30
[ assembly: AssemblyFileVersion ( SharedAssembylInfo . FileVersion + ".0" ) ]
31
31
#else
32
- [ assembly: AssemblyInformationalVersion ( SharedAssembylInfo . Version ) ]
33
- [ assembly: AssemblyFileVersion ( SharedAssembylInfo . Version + ".0" ) ]
32
+ [ assembly: AssemblyInformationalVersion ( SharedAssemblyInfo . Version ) ]
33
+ [ assembly: AssemblyFileVersion ( SharedAssemblyInfo . Version + ".0" ) ]
34
34
#endif
35
35
#endif
36
36
37
- class SharedAssembylInfo
37
+ class SharedAssemblyInfo
38
38
{
39
39
#if SIGNED
40
40
public const string Version = "100.0.0" ;
41
- public const string FileVersion = "105.0.0 " ;
41
+ public const string FileVersion = "105.0.1 " ;
42
42
#else
43
- public const string Version = "105.0.0 " ;
43
+ public const string Version = "105.0.1 " ;
44
44
#endif
45
45
}
Original file line number Diff line number Diff line change 1
1
# RestSharp Release Notes
2
2
3
+ ## 105.0.1
4
+
5
+ To see all commits for this version, [ click here] ( https://github.com/RestSharp/RestSharp/compare/105.0...105.0.1 ) .
6
+
7
+ ### Bug Fixes
8
+
9
+ * Reverted changes to parameter encoding
10
+
3
11
## 105.0.0
4
12
5
13
To see all commits for this version, [ click here] ( https://github.com/RestSharp/RestSharp/compare/104.5.0...105.0 ) .
You can’t perform that action at this time.
0 commit comments