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 +22
-12
lines changed
Expand file tree Collapse file tree 4 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 1+ #### 1.0.10 - 16.05.2019
2+
3+ * Change the order of loggin while handling responses.
4+ * Fix concurrency issue while building dynamic type serializers.
5+
16#### 1.0.9 - 08.02.2019
27
38* Implement ` xsd:token ` type.
Original file line number Diff line number Diff line change 1+ #### 1.0.10 - 16.05.2019
2+
3+ * Change the order of loggin while handling responses.
4+ * Fix concurrency issue while building dynamic type serializers.
5+
16#### 1.0.9 - 08.02.2019
27
38* Implement ` xsd:token ` type.
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.9 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.0.9 " ) >]
10- [<assembly: AssemblyInformationalVersionAttribute( " 1.0.9 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 1.0.10 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 1.0.10 " ) >]
10+ [<assembly: AssemblyInformationalVersionAttribute( " 1.0.10 " ) >]
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.9 "
18- let [<Literal>] AssemblyFileVersion = " 1.0.9 "
19- let [<Literal>] AssemblyInformationalVersion = " 1.0.9 "
17+ let [<Literal>] AssemblyVersion = " 1.0.10 "
18+ let [<Literal>] AssemblyFileVersion = " 1.0.10 "
19+ let [<Literal>] AssemblyInformationalVersion = " 1.0.10 "
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.9 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.0.9 " ) >]
10- [<assembly: AssemblyInformationalVersionAttribute( " 1.0.9 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 1.0.10 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 1.0.10 " ) >]
10+ [<assembly: AssemblyInformationalVersionAttribute( " 1.0.10 " ) >]
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.9 "
18- let [<Literal>] AssemblyFileVersion = " 1.0.9 "
19- let [<Literal>] AssemblyInformationalVersion = " 1.0.9 "
17+ let [<Literal>] AssemblyVersion = " 1.0.10 "
18+ let [<Literal>] AssemblyFileVersion = " 1.0.10 "
19+ let [<Literal>] AssemblyInformationalVersion = " 1.0.10 "
You can’t perform that action at this time.
0 commit comments