@@ -4,20 +4,20 @@ open System.Reflection
4
4
5
5
[<assembly: AssemblyTitleAttribute( " FSharp.Control.R3" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FSharp.Control.R3" ) >]
7
- [<assembly: AssemblyVersionAttribute( " 0.1 .0" ) >]
8
- [<assembly: AssemblyMetadataAttribute( " ReleaseDate" , " 2024-11-18T00 :00:00.0000000" ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 0.1 .0" ) >]
10
- [<assembly: AssemblyInformationalVersionAttribute( " 0.1 .0" ) >]
7
+ [<assembly: AssemblyVersionAttribute( " 0.2 .0" ) >]
8
+ [<assembly: AssemblyMetadataAttribute( " ReleaseDate" , " 2024-11-23T00 :00:00.0000000+04:00 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 0.2 .0" ) >]
10
+ [<assembly: AssemblyInformationalVersionAttribute( " 0.2 .0" ) >]
11
11
[<assembly: AssemblyMetadataAttribute( " ReleaseChannel" , " release" ) >]
12
- [<assembly: AssemblyMetadataAttribute( " GitHash" , " 7accd8a9a4e8434e48b501db88ddac111f40e1a5 " ) >]
12
+ [<assembly: AssemblyMetadataAttribute( " GitHash" , " bcf4b5e21f0d02a259aa197ef45aeb98b4efee2f " ) >]
13
13
do ()
14
14
15
15
module internal AssemblyVersionInformation =
16
16
let [<Literal>] AssemblyTitle = " FSharp.Control.R3"
17
17
let [<Literal>] AssemblyProduct = " FSharp.Control.R3"
18
- let [<Literal>] AssemblyVersion = " 0.1 .0"
19
- let [<Literal>] AssemblyMetadata_ReleaseDate = " 2024-11-18T00 :00:00.0000000"
20
- let [<Literal>] AssemblyFileVersion = " 0.1 .0"
21
- let [<Literal>] AssemblyInformationalVersion = " 0.1 .0"
18
+ let [<Literal>] AssemblyVersion = " 0.2 .0"
19
+ let [<Literal>] AssemblyMetadata_ReleaseDate = " 2024-11-23T00 :00:00.0000000+04:00 "
20
+ let [<Literal>] AssemblyFileVersion = " 0.2 .0"
21
+ let [<Literal>] AssemblyInformationalVersion = " 0.2 .0"
22
22
let [<Literal>] AssemblyMetadata_ReleaseChannel = " release"
23
- let [<Literal>] AssemblyMetadata_GitHash = " 7accd8a9a4e8434e48b501db88ddac111f40e1a5 "
23
+ let [<Literal>] AssemblyMetadata_GitHash = " bcf4b5e21f0d02a259aa197ef45aeb98b4efee2f "
0 commit comments