Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
headlessme committed Jan 17, 2024
1 parent 9229a90 commit 48107e7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.1](https://github.com/cobrowseio/cobrowse-sdk-xamarin/compare/v3.8.0...v4.0.1) (2024-01-17)


### Features

* .NET 8 / MAUI support ([#64](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/64)) ([9229a90](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/9229a90c24ec24e0b402fdd9035c1362a1ce4ef9))
* update native SDKs ([#53](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/53)) ([5b53df4](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/5b53df402d29f59a6e3efa4e900a8e14135a107b))
* update native SDKs ([#55](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/55)) ([3d3abac](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/3d3abacbe9f7f6387888fbaf4fc50d04685979ad))
* update native SDKs ([#56](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/56)) ([33b9c79](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/33b9c79f42e07e321e32c5d2bbc9e1e75b910ae8))
* update native SDKs ([#57](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/57)) ([04e3ca1](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/04e3ca17638e7ee363acd36db84be9887764756d))
* update native SDKs ([#62](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/62)) ([532d064](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/532d064c8e7726f58197ca7535525fab0e86c74d))
* update native SDKs ([#63](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/63)) ([e1a5015](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/e1a50151c5e6c7ba99c87147f4f0c04241694b0b))
* update native SDKs ([#65](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/65)) ([dc8214c](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/dc8214c591c58b878b6276ce6091f0d5ebc1712e))
* update native SDKs ([#66](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/66)) ([5ee7071](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/5ee707145e8ad8f5c85c7bbb963dbcf05c78f286))
2 changes: 1 addition & 1 deletion CobrowseIO.DotNet.iOS.AppExtension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CobrowseIO.DotNet.iOS.AppExtension</id>
<version>4.0.0-alpha04</version>
<version>4.0.1</version>
<title>CobrowseIO.DotNet.iOS.AppExtension</title>
<authors>Cobrowse.io</authors>
<owners>Cobrowse.io</owners>
Expand Down
2 changes: 1 addition & 1 deletion CobrowseIO.DotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>CobrowseIO.DotNet</id>
<version>4.0.0-alpha04</version>
<version>4.0.1</version>
<title>CobrowseIO.DotNet</title>
<authors>Cobrowse.io</authors>
<owners>Cobrowse.io</owners>
Expand Down
2 changes: 1 addition & 1 deletion SDK/CobrowseIO/CobrowseIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<AssemblyName>Cobrowse.IO</AssemblyName>
<Description>Cobrowse.io - .NET iOS and Android SDK</Description>
<Company>Cobrowse.io LLC</Company>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>

Expand Down

0 comments on commit 48107e7

Please sign in to comment.