File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ open System.Runtime.CompilerServices
66[<assembly: AssemblyTitleAttribute( " FSharp.AWS.DynamoDB" ) >]
77[<assembly: AssemblyProductAttribute( " FSharp.AWS.DynamoDB" ) >]
88[<assembly: AssemblyDescriptionAttribute( " An F# wrapper over the standard Amazon.DynamoDB library" ) >]
9- [<assembly: AssemblyVersionAttribute( " 0.11.1 " ) >]
10- [<assembly: AssemblyFileVersionAttribute( " 0.11.1 " ) >]
9+ [<assembly: AssemblyVersionAttribute( " 0.11.2 " ) >]
10+ [<assembly: AssemblyFileVersionAttribute( " 0.11.2 " ) >]
1111[<assembly: InternalsVisibleToAttribute( " FSharp.AWS.DynamoDB.Tests" ) >]
1212do ()
1313
1414module internal AssemblyVersionInformation =
1515 let [<Literal>] AssemblyTitle = " FSharp.AWS.DynamoDB"
1616 let [<Literal>] AssemblyProduct = " FSharp.AWS.DynamoDB"
1717 let [<Literal>] AssemblyDescription = " An F# wrapper over the standard Amazon.DynamoDB library"
18- let [<Literal>] AssemblyVersion = " 0.11.1 "
19- let [<Literal>] AssemblyFileVersion = " 0.11.1 "
18+ let [<Literal>] AssemblyVersion = " 0.11.2 "
19+ let [<Literal>] AssemblyFileVersion = " 0.11.2 "
2020 let [<Literal>] InternalsVisibleTo = " FSharp.AWS.DynamoDB.Tests"
You can’t perform that action at this time.
0 commit comments