Skip to content

Commit a40e782

Browse files
committed
new release 0.1.1
1 parent 8ba3b0f commit a40e782

14 files changed

+46
-12
lines changed

EmojiPicker.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageId>WSDT.Blazor.EmojiFileInput</PackageId>
88
<Title>Emoji- and Filepicker for Blazor</Title>
99
<Description>Provides a simple Bootstrap Text-Input field with Smiley- and File-Support.</Description>
10-
<Version>0.1.0</Version>
10+
<Version>0.1.1</Version>
1111
<Authors>Kevin Riedl: github.com/wsdt</Authors>
1212
<Company>Self-Employed</Company>
1313
<RepositoryUrl>https://github.com/wsdt/Blazor_EmojiFilePicker</RepositoryUrl>
@@ -22,7 +22,7 @@
2222

2323
<NeutralLanguage>en-AT</NeutralLanguage>
2424

25-
<PackageReleaseNotes>Removed reflection procedure to improve efficiency. Changed emoji-tab groups.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Autocompletion for html-input added (configurable). CSS-Classes for tab-buttons are now customizable.</PackageReleaseNotes>
2626
</PropertyGroup>
2727

2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Binary file not shown.

bin/Release/netcoreapp3.1/EmojiPicker.deps.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"targets": {
2424
".NETCoreApp,Version=v3.1": {
25-
"EmojiPicker/0.1.0": {
25+
"EmojiPicker/0.1.1": {
2626
"dependencies": {
2727
"Microsoft.Extensions.DependencyInjection": "3.1.3",
2828
"Tewr.Blazor.FileReader": "1.5.0.20109",
@@ -2117,7 +2117,7 @@
21172117
}
21182118
},
21192119
"libraries": {
2120-
"EmojiPicker/0.1.0": {
2120+
"EmojiPicker/0.1.1": {
21212121
"type": "project",
21222122
"serviceable": false,
21232123
"sha512": ""
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

obj/EmojiPicker.csproj.nuget.dgspec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"projects": {
77
"C:\\Users\\WSDT\\Desktop\\C#_.NET\\KevinRiedl\\RealtimeChat_WebAssembly\\EmojiPicker\\EmojiPicker.csproj": {
8-
"version": "0.1.0",
8+
"version": "0.1.1",
99
"restore": {
1010
"projectUniqueName": "C:\\Users\\WSDT\\Desktop\\C#_.NET\\KevinRiedl\\RealtimeChat_WebAssembly\\EmojiPicker\\EmojiPicker.csproj",
1111
"projectName": "WSDT.Blazor.EmojiFileInput",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>WSDT.Blazor.EmojiFileInput</id>
5+
<version>0.1.1</version>
6+
<title>Emoji- and Filepicker for Blazor</title>
7+
<authors>Kevin Riedl: github.com/wsdt</authors>
8+
<owners>Kevin Riedl: github.com/wsdt</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="expression">GPL-3.0-or-later</license>
11+
<licenseUrl>https://licenses.nuget.org/GPL-3.0-or-later</licenseUrl>
12+
<description>Provides a simple Bootstrap Text-Input field with Smiley- and File-Support.</description>
13+
<releaseNotes>Autocompletion for html-input added (configurable). CSS-Classes for tab-buttons are now customizable.</releaseNotes>
14+
<copyright>WSDT - Riedl Kevin</copyright>
15+
<tags>Blazor Emoji Smiley Input Text File Image Picker Bootstrap</tags>
16+
<repository url="https://github.com/wsdt/Blazor_EmojiFilePicker" />
17+
<dependencies>
18+
<group targetFramework=".NETCoreApp3.1">
19+
<dependency id="Microsoft.Extensions.DependencyInjection" version="3.1.3" exclude="Build,Analyzers" />
20+
<dependency id="Tewr.Blazor.FileReader" version="1.5.0.20109" exclude="Build,Analyzers" />
21+
<dependency id="bootstrap" version="4.4.1" exclude="Build,Analyzers" />
22+
</group>
23+
</dependencies>
24+
<frameworkReferences>
25+
<group targetFramework=".NETCoreApp3.1">
26+
<frameworkReference name="Microsoft.AspNetCore.App" />
27+
</group>
28+
</frameworkReferences>
29+
</metadata>
30+
<files>
31+
<file src="C:\Users\WSDT\Desktop\C#_.NET\KevinRiedl\RealtimeChat_WebAssembly\EmojiPicker\bin\Release\netcoreapp3.1\EmojiPicker.dll" target="lib\netcoreapp3.1\EmojiPicker.dll" />
32+
<file src="C:\Users\WSDT\Desktop\C#_.NET\KevinRiedl\RealtimeChat_WebAssembly\EmojiPicker\bin\Release\netcoreapp3.1\EmojiPicker.xml" target="lib\netcoreapp3.1\EmojiPicker.xml" />
33+
</files>
34+
</package>

obj/Release/netcoreapp3.1/EmojiPicker.AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
1616
[assembly: System.Reflection.AssemblyCopyrightAttribute("WSDT - Riedl Kevin")]
1717
[assembly: System.Reflection.AssemblyDescriptionAttribute("Provides a simple Bootstrap Text-Input field with Smiley- and File-Support.")]
18-
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")]
19-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.0")]
18+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.1.0")]
19+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.1")]
2020
[assembly: System.Reflection.AssemblyProductAttribute("EmojiPicker")]
2121
[assembly: System.Reflection.AssemblyTitleAttribute("EmojiPicker")]
22-
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")]
22+
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.1.0")]
2323
[assembly: System.Resources.NeutralResourcesLanguageAttribute("en-AT")]
2424

2525
// Generated by the MSBuild WriteCodeFragment class.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5a359ca928208b93810e1db80fd0cc14462a3312
1+
1daebd8e5d21be979be5d0c8ed0665f291d12f03
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15c9e6c34358539e46fdc7069efd7eae1a7fe017
1+
11771654775619e43e3a6f68f9ef2ed0c36cecd7
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

obj/project.assets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
"C:\\Microsoft\\Xamarin\\NuGet\\": {}
607607
},
608608
"project": {
609-
"version": "0.1.0",
609+
"version": "0.1.1",
610610
"restore": {
611611
"projectUniqueName": "C:\\Users\\WSDT\\Desktop\\C#_.NET\\KevinRiedl\\RealtimeChat_WebAssembly\\EmojiPicker\\EmojiPicker.csproj",
612612
"projectName": "WSDT.Blazor.EmojiFileInput",

obj/project.nuget.cache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "SLNPVXPmoeLbLRgIRwYbjYPPPrZxtFr7XCoi62WKpZ4KZmU/Q4n2E/X+05dYZJJCjVDdYC7CoFofC4VT7/GrzA==",
3+
"dgSpecHash": "ZC7FoC1CgEOpQeuriKpgHbrohAjEX8b6r4+BjIGWhVJB6rd7lCkvYzTxIs0GPtjpbJedK+H017Xzpf5yfbYT4Q==",
44
"success": true,
55
"projectFilePath": "C:\\Users\\WSDT\\Desktop\\C#_.NET\\KevinRiedl\\RealtimeChat_WebAssembly\\EmojiPicker\\EmojiPicker.csproj",
66
"expectedPackageFiles": [

0 commit comments

Comments
 (0)