<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Notifications/Emby.Notifications.csproj, branch v10.7.0-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.7.0-rc2</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.7.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2020-11-10T16:52:34Z</updated>
<entry>
<title>Update packages to net5</title>
<updated>2020-11-10T16:52:34Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-11-10T16:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=83629ab6f24ee1a8991dae2b8a55d24c93832ad5'/>
<id>urn:sha1:83629ab6f24ee1a8991dae2b8a55d24c93832ad5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add &lt;ProjectGuid&gt; properties to all project files</title>
<updated>2020-04-21T20:21:09Z</updated>
<author>
<name>Mark Monteiro</name>
<email>marknr.monteiro@protonmail.com</email>
</author>
<published>2020-04-21T20:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c5f163293fb29145245393b976f02aae53217944'/>
<id>urn:sha1:c5f163293fb29145245393b976f02aae53217944</id>
<content type='text'>
This is required for SonarCloud analysis to run</content>
</entry>
<entry>
<title>Enable nullable reference types for Emby.Photos and Emby.Notifications</title>
<updated>2019-12-20T20:30:51Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-12-20T20:30:51Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5dc3874ebdeac26d7be885b9a44ca1321b4b25cf'/>
<id>urn:sha1:5dc3874ebdeac26d7be885b9a44ca1321b4b25cf</id>
<content type='text'>
* Enable TreatWarningsAsErrors for Emby.Notifications
* Add analyzers to Emby.Notifications
</content>
</entry>
<entry>
<title>Rewrite hex encoder/decoder</title>
<updated>2019-11-01T16:52:29Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-10-18T22:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a245f5a0d463e132bcbb3c5871465bdb8bbec0b7'/>
<id>urn:sha1:a245f5a0d463e132bcbb3c5871465bdb8bbec0b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document all public/internal members of Emby.Drawing</title>
<updated>2019-08-11T14:52:37Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-08-11T14:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=838e5d05d51c4c171c07d512f741304a6dc58f24'/>
<id>urn:sha1:838e5d05d51c4c171c07d512f741304a6dc58f24</id>
<content type='text'>
Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing
</content>
</entry>
<entry>
<title>Revert Jellyfin.Versioning, Update all versions and user agents.</title>
<updated>2019-01-20T00:12:44Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-20T00:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=924ec0c191b66520f7ec7d3f6dc556e06305846b'/>
<id>urn:sha1:924ec0c191b66520f7ec7d3f6dc556e06305846b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updates reported version in `System/Info*` set of endpoints.</title>
<updated>2019-01-19T23:28:48Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-08T00:57:01Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=bb8df8dfa0f84f6ccc8d3d3352f8a611e156e65a'/>
<id>urn:sha1:bb8df8dfa0f84f6ccc8d3d3352f8a611e156e65a</id>
<content type='text'>
Added ProductName and ServerVersion to API.

Added build version and build step. Addressed issues wtih indentation.

Made the BuildVersion an actual object. This lets up link to the github page of that commit.

Fixed class method type and styled link.

Fixed languages and split out the information in the UI.

Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension.

Removed tempfiles from replace sessions from csproj.

Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.)

Added simple replace for ssh github links.

Add execute rights to update-version.

Wrapped long line in ApplicationHost.cs

Fixed some small issues.

Fixed some small issues, and flipped some if's around.

Converted parameter names to camelBack casing.

Sealed the attribute class.

Removed MPLv2 license.

Fixed file headers.

Added newline.

Moved links in *.csproj files as well.

Fix issues caused by rebase auto merging.

Removed default constructor and added init values to properties, also hid the Remote value form API.
</content>
</entry>
<entry>
<title>Fixed csproj and xml identation.</title>
<updated>2019-01-19T14:01:16Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-19T14:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c5430f86b0b5863482e7c4f7e55a79c7d88c133b'/>
<id>urn:sha1:c5430f86b0b5863482e7c4f7e55a79c7d88c133b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt</title>
<updated>2019-01-13T20:10:15Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:10:15Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=089ad8e7c2ee6360b2ff24751202766795a2e82d'/>
<id>urn:sha1:089ad8e7c2ee6360b2ff24751202766795a2e82d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EditorConfig reformat: Non-CS files.</title>
<updated>2019-01-13T19:45:51Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=742bef5b5f916861920bf7522bc44960a8b4c686'/>
<id>urn:sha1:742bef5b5f916861920bf7522bc44960a8b4c686</id>
<content type='text'>
</content>
</entry>
</feed>
