This repository was archived by the owner on Apr 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +21
-13
lines changed
Expand file tree Collapse file tree 4 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 1- #### 1.0.9 -
1+ #### 1.0.9 - 08.02.2019
2+
3+ * Implement ` xsd:token ` type.
4+ * Implement ` wsi:swaRef ` attachment type.
25
36#### 1.0.8 - 26.09.2018
47
Original file line number Diff line number Diff line change 1+ #### 1.0.9 - 08.02.2019
2+
3+ * Implement ` xsd:token ` type.
4+ * Implement ` wsi:swaRef ` attachment type.
5+
16#### 1.0.8 - 26.09.2018
27
38* Period type deserialization fix.
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " XRoadProvider.net40" ) >]
66[<assembly: AssemblyProductAttribute( " XRoadProvider" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Type providers for generating types and service interfaces for XRoad producers." ) >]
8- [<assembly: AssemblyVersionAttribute( " 1.0.8 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.0.8 " ) >]
10- [<assembly: AssemblyInformationalVersionAttribute( " 1.0.8 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 1.0.9 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 1.0.9 " ) >]
10+ [<assembly: AssemblyInformationalVersionAttribute( " 1.0.9 " ) >]
1111do ()
1212
1313module internal AssemblyVersionInformation =
1414 let [<Literal>] AssemblyTitle = " XRoadProvider.net40"
1515 let [<Literal>] AssemblyProduct = " XRoadProvider"
1616 let [<Literal>] AssemblyDescription = " Type providers for generating types and service interfaces for XRoad producers."
17- let [<Literal>] AssemblyVersion = " 1.0.8 "
18- let [<Literal>] AssemblyFileVersion = " 1.0.8 "
19- let [<Literal>] AssemblyInformationalVersion = " 1.0.8 "
17+ let [<Literal>] AssemblyVersion = " 1.0.9 "
18+ let [<Literal>] AssemblyFileVersion = " 1.0.9 "
19+ let [<Literal>] AssemblyInformationalVersion = " 1.0.9 "
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " XRoadProvider" ) >]
66[<assembly: AssemblyProductAttribute( " XRoadProvider" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Type providers for generating types and service interfaces for XRoad producers." ) >]
8- [<assembly: AssemblyVersionAttribute( " 1.0.8 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.0.8 " ) >]
10- [<assembly: AssemblyInformationalVersionAttribute( " 1.0.8 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 1.0.9 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 1.0.9 " ) >]
10+ [<assembly: AssemblyInformationalVersionAttribute( " 1.0.9 " ) >]
1111do ()
1212
1313module internal AssemblyVersionInformation =
1414 let [<Literal>] AssemblyTitle = " XRoadProvider"
1515 let [<Literal>] AssemblyProduct = " XRoadProvider"
1616 let [<Literal>] AssemblyDescription = " Type providers for generating types and service interfaces for XRoad producers."
17- let [<Literal>] AssemblyVersion = " 1.0.8 "
18- let [<Literal>] AssemblyFileVersion = " 1.0.8 "
19- let [<Literal>] AssemblyInformationalVersion = " 1.0.8 "
17+ let [<Literal>] AssemblyVersion = " 1.0.9 "
18+ let [<Literal>] AssemblyFileVersion = " 1.0.9 "
19+ let [<Literal>] AssemblyInformationalVersion = " 1.0.9 "
You can’t perform that action at this time.
0 commit comments